//==============================================================================
// Nomads Tartarian Gate_anim.txt
//==============================================================================

//==============================================================================
define lavapool
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Lavapool
      }
   }
}

//==============================================================================
define fire
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Fire
      }
   }
}

//==============================================================================
define firebirth
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Firebirth
      }
   }
}

//==============================================================================
define firedeath
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Firedeath
      }
   }
}

//==============================================================================
define smoke
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Smoke
      }
   }
}

//==============================================================================
define smokebirth
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Smokebirth
      }
   }
}

//==============================================================================
define smokedeath
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Smokedeath
      }
   }
}

//==============================================================================
anim Birth
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
				Visual GP X Tartarian gate_birth
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.29 false TartarianGateBirth checkVisible 
            tag SpecificSoundSet 0.38 false ImplodeRocks checkVisible 
//-- end auto generated section
				Connect ATTACHPOINT lavapool hotspot
				Connect ATTACHPOINT firebirth hotspot
				Connect ATTACHPOINT smokebirth hotspot
			}
		}
	}
}

//==============================================================================
anim Idle
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
				Visual GP X Tartarian gate_idle
				Connect ATTACHPOINT lavapool hotspot
				Connect ATTACHPOINT fire hotspot
				Connect ATTACHPOINT smoke hotspot
			}
		}
	}
}

//==============================================================================
anim Death
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
				Visual GP X Tartarian gate_death
				Connect ATTACHPOINT firedeath hotspot
				Connect ATTACHPOINT smokedeath hotspot
			}
		}
	}
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual GP X Tartarian gate_idle
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.40 true   
            tag GenericSound 0.40 true   
            tag SpecificSoundSet 0.35 false FireGiantAttack checkVisible 
//-- end auto generated section
            Connect ATTACHPOINT lavapool hotspot
			Connect ATTACHPOINT fire hotspot
			Connect ATTACHPOINT smoke hotspot
			Length 1.00
         }
      }
   }
}

//==============================================================================
anim convert
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual GP X Tartarian gate_idle
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.10 true
//-- end auto generated section
			Connect ATTACHPOINT lavapool hotspot
			Connect ATTACHPOINT fire hotspot
			Connect ATTACHPOINT smoke hotspot
			Length 0.25
         }
      }
   }
}